Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Conversation

@adam-codaio
Copy link

FYI: @harisiva

let isSegmentInSlot = (seg, slot) => seg.left <= slot && seg.right >= slot

const isEqual = (a, b) => a.range === b.range && a.events === b.events
const isEqual = (a, b) =>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the migration. Previously a/b were just props objects and now they are wrapped in an array

@adam-codaio adam-codaio merged commit 1d1ae1a into master Feb 5, 2020
@adam-codaio adam-codaio deleted the apg-bump-memoize branch February 5, 2020 23:17
@adam-codaio
Copy link
Author

Submitted a PR to react-big-calendar: jquense#1583

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants